Revert "stack: clear accessible parent when removing child"
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 3 Mar 2023 01:39:24 +0000 (01:39 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 3 Mar 2023 01:39:24 +0000 (01:39 +0000)
commite3548bb9adaf325f8f6ae26a17125dbc8ca645ab
tree551e1f55c07f71db0f885892c5e219f6aaf22a8d
parent61506648bf1200e4f6e099a495570af64d8361c9
Revert "stack: clear accessible parent when removing child"

This reverts commit 40d4441fd85742837d85d8509dc89355d39a1cdc.

The accessible parent of the child widget in a GtkStackPage is cleared
when the GtkATContext gets disposed, so we don't need to unset it
ourselves. This also avoids a temporary vivification of the GtkATContext
during dispose.
gtk/gtkstack.c